home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 32 / PC Gamer IT CD 32 1-2.iso / ENTDEMO / entdemo.exe / setup.exe / 0 / RCDATA / TGETCDDRIVE / TGETCDDRIVE.txt
Text File  |  1998-01-12  |  693b  |  39 lines

  1. object GetCDDrive: TGetCDDrive
  2.   Left = 252
  3.   Top = 328
  4.   BorderStyle = bsDialog
  5.   Caption = 'CD-ROM Drive'
  6.   ClientHeight = 113
  7.   ClientWidth = 164
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object CDDrive: TLabel
  15.     Left = 8
  16.     Top = 16
  17.     Width = 74
  18.     Height = 13
  19.     Caption = '&CD-ROM Drive:'
  20.   end
  21.   object DriveComboBox: TDriveComboBox
  22.     Left = 8
  23.     Top = 32
  24.     Width = 145
  25.     Height = 19
  26.     TabOrder = 0
  27.   end
  28.   object OKButton: TButton
  29.     Left = 40
  30.     Top = 71
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38. end
  39.